home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / term4.lzh / UPDATE.DOC < prev   
Text File  |  1990-07-25  |  2KB  |  52 lines

  1. This file will contain recent additions to the program when I remember
  2. to put them down.
  3.  
  4. 7/25/90
  5.     Added code that automatically recognizes a zmodem d/l and starts the
  6. transfer imediatly.  A couple of lines were added to the term.inf file
  7. to accomplish this.  The first is the path to put d/l's into, and the 
  8. second is the command line to pass to rz when auto zmodem is detected.
  9. This line may be left blank if you normally just use rz to start downloads.
  10. I usually use rz -B so this line contains -B for me.  The path that d/l's
  11. are put in can be changed from within the term program by going into the
  12. zmodem shell and changing the directory.  IE. cd \term\dl 
  13. The command line for auto zmodem may be changed from within the program
  14. with ALT-T.
  15.  
  16. A limited macro language has been implemented, read the file macro.doc
  17. for information on how the script file works.
  18.  
  19. Added a new command switch to rz.  -r will resume a aborted file transfer.
  20. This command will tell the sender to start transfering data at a point equal
  21. to the file size on the receiving end.  This switch also forces the -B switch
  22. since there is no way to resume if ascii conversions have been made to the file
  23. and it has changed in size.
  24.  
  25. 7/13/90
  26.     Added GIF to the list of binary file extenders as requested by
  27. Steve Rider.
  28.  
  29. 6/29/90
  30.     Converted the program to Turbo C ST.  This reduced the code size
  31. and sped up the program some.  It probably also created a million bugs
  32. in the process due to the strict type checking in ANSI C as compared
  33. to MWC.  If you find something that doesn't work let me know.  The ones
  34. that I'm already aware of are that you can't shell out to MSH.PRG and
  35. using the external editor in gem mode locks up the mouse cold.
  36.  
  37.     Added a new transfer protocal - Ymodem G Batch.   To use it from
  38. the zmodem shell use the rb command with a option of -g.  
  39. Example.  
  40.  
  41. Command> rb -g
  42.  
  43.     The testing of this was rather limited so I don't know if errors
  44. are handled properly.  In my tests downloading 4 files from a forem
  45. BBS of moderate size, I averaged 200 cps better with Ymodem G than
  46. zmodem.  Sending Ymodem G Batch seems to already be in the zmodem
  47. code but I haven't had a chance to test it out yet.  To try it for 
  48. yourself just tell the BBS your on to receive Ymodem G Batch then
  49. use sb and it should autoselect the G Batch option (its a receiver
  50. initiated protocol option just like CRC's)
  51.  
  52.